body {
    background-color: #ffffff;
    color: #000000;
}

body > a:first-of-type,
body > button:first-of-type {display: inline-block;}
body {text-align: center;}
body, h1, h2, h3, h4, p, a, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

article {
    max-width: 1000px;
    margin: 48px auto;
}

.date-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}

h1, h2, h3 {color: #000000;}
.platform-mirrors {width: 20px;}
#subtitles {font-size: 18px; color: black;}

#video-metadata, #mirror-border {
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #e7e7e7;
}

.video-container {text-align: center;}

.video-switcher {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.video-switcher button {
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
}

iframe, h1, h2, h3, h4, div {text-align: left;}

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto;
}

#date {
    color: rgb(0, 182, 227);
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}

#desc {color:rgb(50, 178, 50);}

#un-vid {
    color: orange;
    display: inline-block;
    margin: 0;
}

#horizontal-line {
    width: 100%;
    height: 3px;
    background-color: black;
    }


/* Tablet query */
@media (max-width: 1024px) {
body {max-width: 85%;}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
}

/* Phone query */
@media (max-width: 768px) {
body {max-width: 98%;}
iframe {
    width: 98%;
    aspect-ratio: 16 / 9;
}
.video-switcher {
    gap: 2px;
}
.video-switcher button {
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
}
}